|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Ragga daPhunk
Order Of Lyon
|
Posted - 2009.01.04 17:13:00 -
[1]
greetings!
just discovered your project and i really like it.. but it doesn't work for me :( the only thing that gets updated in the database is the "CachedUntil" table but nothing else. i enabled all logging and tracing but it doesn't come up with an error.
trace.log says: [2009-01-04 17:06:13.530] API: Before connect for eve-api-pull in eve-api-pull.php DATABASE: Before connect for mysqli://eveapi:lforce@localhost/eveapi?new in common_db.inc API: Before dontWait DATABASE: Before connect for mysqli://eveapi:lforce@localhost/eveapi?new in common_db.inc
notice.log says: [2009-01-04 17:06:22.042] Tired of waiting! Getting eve-api-pull for 0 [2009-01-04 17:06:22.048] Tired of waiting! Getting CharacterSheet for 8xxxxx
database connection seems ok since the cacheduntil table gets updated and stuff.. when it fetches the api it takes some seconds.. so somethings is done.. but what? i enabled caching of the xml files - but the cache folders are empty. curl support is compiled in btw.
|

Ragga daPhunk
Order Of Lyon
|
Posted - 2009.01.12 14:03:00 -
[2]
greetings!
i have it another go - just updated to rev. 440. when i try running the script i get: Fatal error: Call to undefined function simplexml_load_string() in inc/common_api.inc on line 183
prior to this it just did nothing when executed except updating the CachedUntil table. (i'm truncating the table each time for testing) the tracing never says anything about pulling XMLs (maybe it doesn't have debug output?) and the cache folders remain empty. the logs only tell about database access - nothing else. so hard to tell what is being done and what not. am i required to have certain options in php.ini? atm url open and include is allowed (this is how i retrieved XMLs) i'm running 5.2.8-pl1 with compiled in curl support. |

Ragga daPhunk
Order Of Lyon
|
Posted - 2009.01.12 16:35:00 -
[3]
aaah :) simplexml support..
i'm using quite a minimalistic distro, which i very like. but this time it didn't work out that well :) i'm just rebuilding php with simplexml support - i hope there isn't anything else? :D
** 6 mins later ** it works ! :D |

Ragga daPhunk
Order Of Lyon
|
Posted - 2009.01.15 11:54:00 -
[4]
greetings!
i started to work with yapeal a bit and thought of some things that would be nice to add/change.
- some sort of verification for api keys. when there is an authentication problem the script stops. it would be great if the script just sets the "isActive" var to "0" for the char with the auth problem. this way it wouldn't prevent yapeal from working when someone enters wrong data or the account is inactive (unpaid subscription or something).
- xml data : - Character List (on account) - Kill Log (Killmails) - Standings
these changes/additions would be really great :)
|
|
|
|